home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / bbs_util / db2ftp94.zip / DBQ2FTP.CFG next >
Text File  |  1996-04-07  |  2KB  |  66 lines

  1. ;     ╒═══════════════════════════════════════════════════════════════════╕
  2. ;     │░░░ DBQ2FTP Configuration File      Written By: Khile T. Klock ░░░│
  3. ;     ╘═══════════════════════════════════════════════════════════════════╛
  4. ;
  5. SYSOP Khile Klock             ;Sysop Name
  6.  
  7. ADDRESS 1:357/1               ;This is YOUR VALID and PRIMARY node address
  8.  
  9. LOGFILE I:\DB\DBq2FTP.LOG     ;Where to output info on activity.
  10.  
  11. NETDIR I:\DB\MAIL-OUT         ;Outbound Mail is Stored here...
  12.                               ;D'Bridge *.msg NetMail
  13.  
  14. PKTDIR I:\DB\PACKETS          ;D'Bridge Packet directory (Packet Path)
  15.                               ;D'Bridge Setup says "Temporary Que path"
  16.  
  17. QUEDIR I:\DB\ARCMAIL          ;D'Bridge Queue directory (Disk-Based Que)
  18.                               ;D'Bridge Setup says "Outbound Que path"
  19.  
  20. FTPIN  I:\DB\FILES-IN\FTP-IN  ;Inbound FTP Files go here for KA9Q
  21.  
  22. ;-------------------- Outbound Feed Information ----------------------------
  23. ;
  24. ; Region 17 FTP Feed
  25. Begin
  26.   FTPFEED 1:138/146.0                    ;Where do you get your FTPMail from.
  27. ;
  28.   FTPOUT I:\DB\FTP-OUT\RGN17             ;Outbound FTP Files go here.
  29. ;
  30.   SEND_CRASH                             ; Send Messages marked CRASH
  31. ;
  32.   SEND_IMM                               ; Send Messages marked IMMediate
  33. ;
  34. End
  35. ;
  36. ; Southern Star Link (BackBone and FileBone)
  37. Begin
  38.   FTPFEED 1:396/1.0                      ;Where do you get your FTPMail from.
  39. ;
  40.   FTPOUT I:\DB\FTP-OUT\SSTRBONE          ;Outbound FTP Files go here.
  41. ;
  42.   SEND_CRASH                             ; Send Messages marked CRASH
  43. ;
  44.   SEND_IMM                               ; Send Messages marked IMMediate
  45. End
  46. ;
  47. ;------------------------------ Go GIGO Go! ---------------------------------
  48. ; It's even useful for GIGO!
  49. ;
  50. ;   1:357/100 is the address of my FidoNet Gateway, so if mail is destined
  51. ;   for that address, we'll packetize it up and shoot it over to the GIGO
  52. ;   packet directory where GIGO can process it!
  53. ;
  54. ;   Might also work with WaterGate, dunno....??? Ramon?
  55. ;
  56. Begin
  57.   FTPFEED 1:357/100.0                     ;What Address is your Gateway?
  58. ;
  59.   FTPOUT I:\GIGO\PACKETS                  ;Outbound Gateway Files go here.
  60. ;
  61.   SEND_CRASH                              ; Send Messages marked CRASH
  62. ;
  63.   SEND_IMM                                ; Send Messages marked IMMediate
  64. ;
  65. End
  66.